home *** CD-ROM | disk | FTP | other *** search
/ Aminet 28 / Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso / Aminet / comm / mmgr / MM_Spectre10.lha / Config / MM_Spectre.cfg
Encoding:
Text File  |  1998-06-22  |  1.5 KB  |  52 lines

  1. ; Example configuration for MM_Spectre, the GhostWriter for MailManager
  2.  
  3.  
  4. ; Areas in which to check for mail. If <Reply> area is not specified, we'll
  5. ; reply in the <Check> area.
  6.  
  7. ; #AREA <Check In> <Reply In>
  8.  
  9. #AREA MM_AMY MATRIX_AMIGA
  10. #AREA WORKBENCH
  11.  
  12. ; Set #NETMAIL and MM_Spectre will check all netmail areas automatically
  13. ; without the need for you to list them all on seperate #AREA lines.
  14.  
  15. #NETMAIL
  16.  
  17.  
  18. ; Names to check for.  You can speed this up a lot by using wildcards:
  19. ;  example: #NAME (Neil Williams|nOw2|KaOS|TKG) will be 3 times faster than
  20. ; putting each name on a new #NAME line.  All AmigaDOS wildcards are allowed
  21. ; here.
  22.  
  23. ; #NAME <Your Name and variations>
  24.  
  25. #NAME (Neil Williams|nOw2|Neil O Williams)
  26. #NAME Neil O. Williams
  27.  
  28.  
  29. ; This is the message we reply to the sender with. There are some % codes
  30. ; you can include:
  31. ;        %AREA       : Area the message we found was in.
  32. ;        %FROM       : Sender of the message.
  33. ;        %FROMADDR   : Senders address.
  34. ;        %TO            :  Who the message was to (use this to find which of the #NAMEs it matched)
  35. ;        %TOADDR     : Addressed to.
  36. ;        %SUBJECT :  Subject of message.
  37. ;        %DATE       : Date of message.
  38. ;        %CURRENTDATE   :  The current date.
  39. ;        %CURRENTTIME   : .. and time.
  40.  
  41. #MSG Hi %FROM!
  42. #MSG
  43. #MSG Your message (about %SUBJECT) has been received, but I'm currently away from my computer.  I'll reply to the message, if necessary, when I get the chance.
  44. #MSG
  45. #MSG       Yours,
  46. #MSG          <your name>
  47.  
  48.  
  49. ; Log of messages replied to.
  50.  
  51. #LOG Logs:Spectre.Log
  52.